home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / thump.swf / scripts / frame_13 / PlaceObject2_11_955 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2011-09-19  |  162b  |  10 lines

  1. onClipEvent(load){
  2.    function playHorn()
  3.    {
  4.       horn.start();
  5.    }
  6.    horn = new Sound(this);
  7.    horn.attachSound("horn");
  8.    horn.setVolume(30);
  9. }
  10.